Skip to content

feat: global documentation & git lfs#16

Merged
Floffah merged 2 commits into
mainfrom
feat/global-docs
Nov 5, 2025
Merged

feat: global documentation & git lfs#16
Floffah merged 2 commits into
mainfrom
feat/global-docs

Conversation

@Floffah

@Floffah Floffah commented Nov 5, 2025

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings November 5, 2025 17:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR restructures the documentation infrastructure by moving VitePress from the backend to the repository root, establishing a centralized documentation site. It also adds game assets via Git LFS, updates dependencies, and improves CI workflow efficiency.

  • Centralized documentation setup with VitePress at root level
  • Added comprehensive authentication flow documentation with Mermaid diagrams
  • Integrated game story/music documentation and Git LFS for binary assets
  • Updated dependencies and improved CI workflow path filtering

Reviewed Changes

Copilot reviewed 15 out of 25 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Moved VitePress configuration to root workspace, added documentation scripts and Mermaid dependencies
.npmrc Added public-hoist-pattern for VitePress peer dependencies
docs/.vitepress/config.ts Created VitePress configuration with navigation and sidebar for backend reference and game documentation
docs/backend-reference/flows/authentication.md Added comprehensive authentication flow documentation with sequence diagrams
docs/game/story.md Added game story and world overview documentation
docs/game/music.md Added music documentation and identity
backend/package.json Removed VitePress-related scripts and dependencies, updated package versions
.gitattributes Configured Git LFS for media files (mp3, wav, gltf, glb, pdf)
.github/workflows/godot-ci.yml Added path filtering to only run on game directory changes
game/models/**/*.glb & game/models/player/eform.gltf Added game models via Git LFS

Comment thread package.json Outdated
@Floffah Floffah merged commit 19b2acf into main Nov 5, 2025
3 checks passed
@Floffah Floffah deleted the feat/global-docs branch June 18, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants